HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 1 - 25 of 1305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 17 GrGLInterface::Functions* functions = &interface->fFunctions; local
19 functions->fActiveTexture = glActiveTexture;
20 functions->fAttachShader = glAttachShader;
21 functions->fBindAttribLocation = glBindAttribLocation;
22 functions->fBindBuffer = glBindBuffer;
23 functions->fBindTexture = glBindTexture;
24 functions->fBlendColor = glBlendColor;
25 functions->fBlendFunc = glBlendFunc;
26 functions->fBufferData = (GrGLBufferDataProc)glBufferData
    [all...]
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 17 GrGLInterface::Functions* functions = &interface->fFunctions; local
19 functions->fActiveTexture = glActiveTexture;
20 functions->fAttachShader = glAttachShader;
21 functions->fBindAttribLocation = glBindAttribLocation;
22 functions->fBindBuffer = glBindBuffer;
23 functions->fBindTexture = glBindTexture;
24 functions->fBlendColor = glBlendColor;
25 functions->fBlendFunc = glBlendFunc;
26 functions->fBufferData = (GrGLBufferDataProc)glBufferData
    [all...]
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 25 GrGLInterface::Functions* functions = &interface->fFunctions; local
26 functions->fActiveTexture = glActiveTexture;
27 functions->fAttachShader = glAttachShader;
28 functions->fBindAttribLocation = glBindAttribLocation;
29 functions->fBindBuffer = glBindBuffer;
30 functions->fBindTexture = glBindTexture;
31 functions->fBindVertexArray = glBindVertexArrayOES;
32 functions->fBlendColor = glBlendColor;
33 functions->fBlendFunc = glBlendFunc
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 29 GrGLInterface::Functions* functions = &interface->fFunctions; local
31 functions->fActiveTexture = glActiveTexture;
32 functions->fAttachShader = glAttachShader;
33 functions->fBindAttribLocation = glBindAttribLocation;
34 functions->fBindBuffer = glBindBuffer;
35 functions->fBindTexture = glBindTexture;
36 functions->fBindVertexArray = glBindVertexArrayOES;
37 functions->fBlendColor = glBlendColor;
38 functions->fBlendFunc = glBlendFunc
    [all...]
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 29 GrGLInterface::Functions* functions = &interface->fFunctions; local
31 functions->fActiveTexture = glActiveTexture;
32 functions->fAttachShader = glAttachShader;
33 functions->fBindAttribLocation = glBindAttribLocation;
34 functions->fBindBuffer = glBindBuffer;
35 functions->fBindTexture = glBindTexture;
36 functions->fBindVertexArray = glBindVertexArrayOES;
37 functions->fBlendColor = glBlendColor;
38 functions->fBlendFunc = glBlendFunc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.h 40 st_init_eglimage_functions(struct dd_function_table *functions);
45 st_init_eglimage_functions(struct dd_function_table *functions)
st_cb_feedback.h 41 st_init_feedback_functions(struct dd_function_table *functions);
46 st_init_feedback_functions(struct dd_function_table *functions)
st_cb_rasterpos.h 39 extern void st_init_rasterpos_functions(struct dd_function_table *functions);
44 st_init_rasterpos_functions(struct dd_function_table *functions)
st_cb_condrender.h 34 extern void st_init_cond_render_functions(struct dd_function_table *functions);
st_cb_program.h 35 st_init_program_functions(struct dd_function_table *functions);
st_cb_readpixels.h 37 st_init_readpixels_functions(struct dd_function_table *functions);
st_cb_strings.h 36 st_init_string_functions(struct dd_function_table *functions);
st_cb_syncobj.h 35 st_init_syncobj_functions(struct dd_function_table *functions);
st_cb_texturebarrier.h 34 extern void st_init_texture_barrier_functions(struct dd_function_table *functions);
st_cb_viewport.h 34 st_init_viewport_functions(struct dd_function_table *functions);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.h 40 st_init_eglimage_functions(struct dd_function_table *functions);
45 st_init_eglimage_functions(struct dd_function_table *functions)
st_cb_feedback.h 41 st_init_feedback_functions(struct dd_function_table *functions);
46 st_init_feedback_functions(struct dd_function_table *functions)
st_cb_rasterpos.h 39 extern void st_init_rasterpos_functions(struct dd_function_table *functions);
44 st_init_rasterpos_functions(struct dd_function_table *functions)
st_cb_condrender.h 34 extern void st_init_cond_render_functions(struct dd_function_table *functions);
st_cb_program.h 35 st_init_program_functions(struct dd_function_table *functions);
st_cb_readpixels.h 37 st_init_readpixels_functions(struct dd_function_table *functions);
st_cb_strings.h 36 st_init_string_functions(struct dd_function_table *functions);
st_cb_syncobj.h 35 st_init_syncobj_functions(struct dd_function_table *functions);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_clear.h 35 intelInitClearFuncs(struct dd_function_table *functions);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_clear.h 35 intelInitClearFuncs(struct dd_function_table *functions);

Completed in 1268 milliseconds

1 2 3 4 5 6 7 8 91011>>