Home
last modified time | relevance | path

Searched refs:GetFloatv (Results 1 – 24 of 24) sorted by relevance

/external/angle/extensions/
DANGLE_program_cache_control.txt53 GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v:
DANGLE_client_arrays.txt53 GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v:
DCHROMIUM_bind_generates_resource.txt54 GetBooleanv, GetIntegerv, GetFloatv, and GetInteger64v:
DANGLE_pack_reverse_row_order.txt72 GetBooleanv(), and GetFloatv():
DANGLE_robust_resource_initialization.txt58 GetFloatv, GetDoublev, GetInteger64v, and IsEnabled:
DANGLE_framebuffer_multisample.txt91 and GetFloatv:
DANGLE_framebuffer_blit.txt72 Accepted by the <pname> parameters of GetIntegerv and GetFloatv:
/external/deqp/external/openglcts/docs/specs/
DCTS_EXT_polygon_offset_clamp.txt44 * Check if GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv
DCTS_EXT_texture_filter_anisotropic.txt54 * Test GetBooleanv, GetDoublev, GetFloatv and GetIntegerv queries for <pname>"
DCTS_ARB_parallel_shader_compile.txt42 * Test GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev
DCTS_ARB_indirect_parameters.txt53 Verify if GetIntegerv, GetBooleanv, GetFloatv and GetDoublev
DCTS_ARB_sparse_texture.txt74 * Test GetIntegerv, GetFloatv, GetDoublev, GetInteger64v,
/external/swiftshader/extensions/
DCHROMIUM_texture_filtering_hint.txt44 Accepted by the <pname> parameter of GetIntegerv, GetFloatv and GetBooleanv
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_sprite_point.spec108 GetIntegerv, GetBooleanv, GetFloatv and GetDoublev:
DMESA_program_debug.spec195 GetFloatv
/external/mesa3d/docs/_extra/specs/
DMESA_texture_array.spec96 the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and
120 GetFloatv, and GetDoublev
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp226 void GL_APIENTRY GetFloatv(GLenum pname, GLfloat* params);
900 return es1::GetFloatv(pname, params); in glGetFloatv()
1491 this->glGetFloatv = es1::GetFloatv; in LibGLES_CMexports()
DlibGLES_CM.cpp1999 void GL_APIENTRY GetFloatv(GLenum pname, GLfloat* params) in GetFloatv() function
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp826 { "glGetFloatv", _O(GetFloatv) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp452 return gl::GetFloatv(pname, params); in glGetFloatv()
1620 this->glGetFloatv = gl::GetFloatv; in LibGLESv2exports()
Dentry_points.h101 void GL_APIENTRY GetFloatv(GLenum pname, GLfloat* params);
DlibGLESv2.cpp2520 void GL_APIENTRY GetFloatv(GLenum pname, GLfloat* params) in GetFloatv() function
6407 FUNCTION(GetFloatv), in es2GetProcAddress()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1620 ANGLE_CAPTURE(GetFloatv, isCallValid, context, pname, data); in GL_GetFloatv()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp2018 ANGLE_CAPTURE(GetFloatv, isCallValid, context, pname, data); in GL_GetFloatv()