Searched refs:inptr_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_dec.cpp | 2236 InputBuffer inptr_string(ptr + 8 + 4 + 4 + 4, size_string); in decode() local 2247 …ngth:%p(%u) )", stream, var_shader, var_count, (const GLchar* const*)(inptr_string.get()), size_st… in decode() 2248 …this->glShaderSource(var_shader, var_count, (const GLchar* const*)(inptr_string.get()), (const GLi… in decode() 4477 InputBuffer inptr_string(ptr + 8 + 4 + 4, size_string); in decode() local 4487 …hader:%u string:%p(%u) len:%d )", stream, var_shader, (const GLchar*)(inptr_string.get()), size_st… in decode() 4488 this->glShaderString(this, var_shader, (const GLchar*)(inptr_string.get()), var_len); in decode()
|